home *** CD-ROM | disk | FTP | other *** search
- Path: informatik.tu-muenchen.de!fischerj
- From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Help wanted using LoadView()
- Date: 25 Mar 1996 19:53:01 GMT
- Organization: Technische Universitaet Muenchen, Germany
- Distribution: world
- Message-ID: <4j6tit$i7v@sunsystem5.informatik.tu-muenchen.de>
- References: <4i01mn$r3g@sunsystem5.informatik.tu-muenchen.de> <Do3nH1.zv@cix.compulink.co.uk>
- NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
- Originator: fischerj@hphalle5.informatik.tu-muenchen.de
-
-
- In article <Do3nH1.zv@cix.compulink.co.uk>, jralph@cix.compulink.co.uk ("Jolyon Ralph") writes:
- |> X-News-Software: Ameol32
- |> Lines: 8
- |>
- |> > : If not, then, erm... ScreenToFront()? (don't laugh, it works :-)
- |> >
- |> > screentofront is slow.
- |>
- |> I know ;-) But it's easier than trying to explain how to do OS-legal
- |> double-buffering in pre-3.0 systems...
- |>
- |> Jolyon
- true. but pre-3.0 systems (i.e ECS) tend to have less cpu power.
- And my A1200 is also to slow for screentofront().
-
- I'd try someting like:
-
- if (intuibase->firstscreen /* top visible screen */ == mydummyscreen)
- do_loadview();
-
- So Amiga-M will still make it possible for user to switch
- screen even if you use laodview.
-
- ------------------------------------------------------------------------
- fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer) =:)
-
-